home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000287_news@columbia.edu_Mon Nov 28 13:22:34 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA03443
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 28 Nov 1994 08:30:31 -0500
  3. Received: by apakabar.cc.columbia.edu id AA04877
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 28 Nov 1994 08:30:30 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!europa.eng.gtefsd.com!gatech!concert!news.wfu.edu!matthews
  6. From: matthews@wfu.edu (Rick Matthews)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MSK 3.13 tektronics terminal emulation w/ vt320 mode.A
  9. Date: 28 Nov 1994 13:22:34 GMT
  10. Organization: Wake Forest University
  11. Lines: 33
  12. Message-Id: <3bcliq$k76@eis.wfunet.wfu.edu>
  13. References: <CypL0A.1L1@physics.purdue.edu> <1994Nov3.223304.31997@cc.usu.edu> <Pine.SUN.3.91.941126031931.13703A-100000@atmos.met.utah.edu>
  14. Nntp-Posting-Host: acg60.wfunet.wfu.edu
  15. X-Newsreader: TIN [version 1.2 PL2]
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. John G. Miles (jgmiles@atmos.met.utah.edu) wrote:
  19. : Sorry if this is an obvious question, but I have been using
  20. : MSKermit 3.13 on a 486/DX33 and often connect to my computer at the
  21. : university to run graphics programs which support the tektronics
  22. : graphics terminal.  If I set Kermit (before entering terminal mode)
  23. : to emulate the tektronics terminal, then the graphics are displayed
  24. : without problem. 
  25.  
  26. : However, if I set my terminal to VT320 (which I
  27. : prefer since I also use the Unix system extensively besides my
  28. : graphics needs) and then enter terminal mode with the "c" command, the
  29. : tektronics mode is *not* automatically invoked when the Unix box (an
  30. : IBM RS/6000 system) starts sending the tektronics graphics commands.
  31.  
  32.  
  33. You application may not generate the necessary codes to invoke the
  34. Tektronix mode.  Here is the sequence of codes I have my applications
  35. send to invoke Tek emulation on a variety of emulators.  It is a bit
  36. more than MS-Kermit needs, but will work with MS-Kermit, NCSA Telnet,
  37. and Xterm (on an X server).  All codes in decimal:
  38.  
  39.     27,91,63,51,56,104,27,12
  40.  
  41. Try launching your application from a script file that first sends the
  42. above codes.
  43.  
  44. If you need any help in generating the above codes, let me know.
  45.  
  46. --
  47. Rick Matthews                     matthews@wfu.edu            Ham radio:
  48. Wake Forest University            910-759-5340   (Voice)      WA4GSP
  49. Winston-Salem, NC 27109-7507      910-759-6142   (FAX)
  50.